home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13455 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.5 KB

  1. Path: news.mindlink.net!news
  2. From: genew@mindlink.bc.ca (Gene Wirchenko)
  3. Newsgroups: alt.computer.consultants,comp.edu,comp.lang.basic.misc,comp.lang.c++,comp.lang.misc,comp.lang.pascal.borland,comp.lang.pascal.delphi.misc,comp.misc,comp.os.msdos.programmer,comp.os.os2.programmer.misc,comp.programming
  4. Subject: Re: Can we do programming without seeing the end user?
  5. Date: Mon, 25 Mar 1996 20:03:40 GMT
  6. Organization: MIND LINK! - British Columbia, Canada
  7. Message-ID: <4j6uil$l72@fountain.mindlink.net>
  8. References: <BYtKnOggyTxQ071yn@oslonett.no> <4ivp84$o0n@dfw-ixnews5.ix.netcom.com> <4j07a2$6s3@fountain.mindlink.net> <31561ab1.1047426@news.cadvision.com>
  9. NNTP-Posting-Host: line035.nwm.mindlink.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. pod@cadvision.com (Mariusz Zydyk [Prince of Darkness]) wrote:
  13.  
  14. >On Sat, 23 Mar 1996 06:50:09 GMT, genew@mindlink.bc.ca (Gene Wirchenko)
  15. >wrote:
  16. >>      I'm not quite that extreme.  I would say that if the designer can
  17. >> not tell the client something non-trivial about the job that the
  18. >> client doesn't already know, the water is probably too deep.
  19. >> >Unfortunately, this is a very rare exception, as most programmers have
  20. >> >no interest outside their field.  It shows, guys, it really shows.
  21.  
  22. >------- While I agree with the above comments [some deleted], I would say
  23. >that the same goes the other way. For example, an acountant telling a
  24. >programmer 'write me an accounting program' is about as useful as a
  25. >programmer whipping out a payroll program without knowing a thing about the
  26. >subject. There is a lot that goes into writing large packages; most people
  27. >don't even realize it. Right now there is a large demand for programmers
  28. >with experience in other fields such as physics or accounting. Naturally a
  29. >good solution is to have programmers research the subject their program is
  30. >supposed to deal with.
  31.  
  32.      The research was my point: you needn't call it that though,
  33. looking (actually looking) at the situation helps a great deal.
  34.      I agree about it cutting both ways.  With the best projects that
  35. I have ever worked on, the end user was interested/committed to it.
  36.   1) There is a synergy that builds up.
  37.   2) You are partners not lord and serf (whichever way).
  38.   3) Minor issues remain minor issues.  There is little bickering.
  39. This is in MY experience.  If you have a counterexample or modifiers,
  40. I'd like to hear about it.
  41.  
  42. Sincerely,
  43.  
  44. Gene Wirchenko
  45.  
  46. C Pronunciation Guide:
  47.      y=x++;     "wye equals ex plus plus semicolon"
  48.      x=x++;     "ex equals ex doublecross semicolon"
  49.  
  50.